home *** CD-ROM | disk | FTP | other *** search
- package ru.mank.me.a;
-
- import javax.microedition.lcdui.Graphics;
- import javax.microedition.lcdui.Image;
-
- // $FF: renamed from: ru.mank.me.a.g
- public class class_0 {
- // $FF: renamed from: new java.lang.String
- protected String field_0;
- // $FF: renamed from: int javax.microedition.lcdui.Image
- protected Image field_1;
- // $FF: renamed from: a javax.microedition.lcdui.Image
- protected Image field_2;
- // $FF: renamed from: if int
- protected int field_3;
- // $FF: renamed from: byte int
- protected int field_4;
- // $FF: renamed from: try int
- protected int field_5;
- // $FF: renamed from: for boolean
- protected boolean field_6 = false;
- // $FF: renamed from: do int
- protected int field_7;
- // $FF: renamed from: case int
- protected int field_8;
-
- public class_0(String var1, int var2, int var3, int var4) {
- this.field_7 = var3;
- this.field_8 = var4;
- this.field_0 = var1;
- this.field_3 = var2;
- this.field_6 = true;
- }
-
- public class_0(String var1, int var2, Image var3, Image var4) {
- this.field_0 = var1;
- this.field_1 = var3;
- this.field_2 = var4;
- this.field_3 = var2;
- this.field_6 = false;
- this.method_0();
- }
-
- // $FF: renamed from: try () void
- protected void method_0() {
- if (!this.field_6) {
- if (this.field_1 != null) {
- this.field_7 = this.field_1.getWidth();
- this.field_8 = this.field_1.getHeight();
- }
-
- if (this.field_2 != null) {
- if (this.field_7 < this.field_2.getWidth()) {
- this.field_7 = this.field_2.getWidth();
- }
-
- if (this.field_8 < this.field_2.getHeight()) {
- this.field_8 = this.field_2.getHeight();
- }
- }
- }
-
- }
-
- // $FF: renamed from: do () boolean
- public boolean method_1() {
- return !this.field_6;
- }
-
- // $FF: renamed from: new () int
- public int method_2() {
- return this.field_3;
- }
-
- // $FF: renamed from: do (int) void
- public void method_3(int var1) {
- this.field_3 = var1;
- }
-
- // $FF: renamed from: if () java.lang.String
- public String method_4() {
- return this.field_0;
- }
-
- // $FF: renamed from: a (java.lang.String) void
- public void method_5(String var1) {
- this.field_0 = var1;
- }
-
- // $FF: renamed from: byte () int
- public int method_6() {
- return this.field_7;
- }
-
- // $FF: renamed from: char () int
- public int method_7() {
- return this.field_8;
- }
-
- // $FF: renamed from: for () javax.microedition.lcdui.Image
- public Image method_8() {
- return this.field_1;
- }
-
- // $FF: renamed from: if (javax.microedition.lcdui.Image) void
- public void method_9(Image var1) {
- this.field_1 = var1;
- }
-
- // $FF: renamed from: int () javax.microedition.lcdui.Image
- public Image method_10() {
- return this.field_2;
- }
-
- // $FF: renamed from: a (javax.microedition.lcdui.Image) void
- public void method_11(Image var1) {
- this.field_2 = var1;
- }
-
- // $FF: renamed from: case () int
- public int method_12() {
- return this.field_4;
- }
-
- // $FF: renamed from: a () int
- public int method_13() {
- return this.field_5;
- }
-
- // $FF: renamed from: if (int) void
- public void method_14(int var1) {
- this.field_4 = var1;
- }
-
- // $FF: renamed from: a (int) void
- public void method_15(int var1) {
- this.field_5 = var1;
- }
-
- public String toString() {
- return "Cell id = " + this.field_3 + ", x = " + this.field_4 + ", y = " + this.field_5 + ".";
- }
-
- // $FF: renamed from: a (javax.microedition.lcdui.Graphics, int, int, boolean) void
- public void method_16(Graphics var1, int var2, int var3, boolean var4) {
- }
- }
-